waypt: Fix MSVC errors and warnings.
authoroliskoli <oliskoli>
Sat, 6 Sep 2008 23:01:44 +0000 (23:01 +0000)
committeroliskoli <oliskoli>
Sat, 6 Sep 2008 23:01:44 +0000 (23:01 +0000)
waypt.c

diff --git a/waypt.c b/waypt.c
index 3a03e461bf15e094be81490c6730091382489555..176e6090bb0adf98f4aec2c00155d95aa0d98a11 100644 (file)
--- a/waypt.c
+++ b/waypt.c
@@ -30,7 +30,7 @@ queue waypt_head;
 static unsigned int waypt_ct;
 static short_handle mkshort_handle;
 int geocaches_present;
-static geocache_data empty_gc_data = {};
+static geocache_data empty_gc_data = { 0 };
 
 void
 waypt_init(void)